home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000440_news@columbia.edu_Thu Sep 28 19:36:16 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03837
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 28 Sep 1995 20:26:49 -0400
  3. Received: by apakabar.cc.columbia.edu id AA24722
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 28 Sep 1995 20:26:47 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!psgrain!usenet.eel.ufl.edu!news.mathworks.com!tank.news.pipex.net!pipex!news.sprintlink.net!in1.uu.net!news.dsndata.com!news.inetnebr.com!legba.synergy.net!usenet
  6. From: feeney.chad@mhs-pfg1.attmail.com
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: "Send" command problems
  9. Date: 28 Sep 1995 19:36:16 GMT
  10. Organization: Synergy Communication Inc.
  11. Lines: 26
  12. Message-Id: <44etfg$89@legba.synergy.net>
  13. Nntp-Posting-Host: inet1.principal.com
  14. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. "Send" command problems with a file transfer b/w a PC and a UNIX server...    
  18.  
  19. Q:  What I'm currenty experiencing with the "Send" command is that it will not transfer a file to 
  20.       a capitialized UNIX subdirectory from a PC?  The send process works with non-capitialized 
  21.       directories thou.  I have experimented with the "Get" command from the capitalized UNIX
  22.       subdirectory to a PC and this process works correcty.  Any thoughts would be welcomed!
  23.  
  24.       Examples:
  25.  
  26.       (1)  send c:\chad\chad.doc /Test/level1/chad.doc  -->  This process fails...
  27.  
  28.       (2)  send c:\chad\chad.doc /test/level1/chad.doc   -->  This process works!!
  29.  
  30.       (3)  get /Test/level1/chad.doc c:\chad\chad.doc    -->  This process works!!
  31.  
  32.  
  33. Side Notes:
  34.  
  35. What I also found is that Kermit will not read capital UNIX subdirectories and will try to recreate a 
  36. that directory with the specified name given...
  37.  
  38. Example:      send c:\chad\chad.doc /Test/level1/chad.doc --> This will try to create a directory on   
  39.                   the UNIX system starting with /test/level1/chad.doc
  40.  
  41.  
  42.